4D Chart v13CT SET LINES ATTRIBUTES |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Chart v13
CT SET LINES ATTRIBUTES
|
CT SET LINES ATTRIBUTES ( area ; objects ; patterns ; colors ; lineWidths ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D Chart area | |||||
objects | Longint array |
![]() |
List of object ID numbers | |||||
patterns | Integer array |
![]() |
List of pattern numbers | |||||
colors | Longint array |
![]() |
List of color values | |||||
lineWidths | Real array |
![]() |
List of line widths (in points) | |||||
The CT SET LINES ATTRIBUTES command acts like the CT SET LINE ATTRIBUTES command, except that it applies to a list of objects. In the objects parameter, you pass a long integer array that contains a list of the ID numbers of objects for which you want to set attributes.
The CT SET LINES ATTRIBUTES command sets the attributes of the line specified by area and objects. The patterns, colors and lineWidths parameters are arrays containing the corresponding attributes.
For more information, refer to the CT SET LINE ATTRIBUTES command.
See the example for the CT SET FILL ATTRIBUTES command.
Product: 4D Chart
Theme: CT Objects
Number:
14617
Created: 4D Chart 6.0.5
CT SET CHART LINE ATTRIBUTES
CT SET FILL ATTRIBUTES
CT SET LINE ATTRIBUTES